home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2001 January / Game.EXE_01_2001.iso / demos / Blade of Darkness / data1.cab / Program_Executable_Files / Lib / NetActions.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-11-16  |  537 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import ScorerActions
  5.  
  6. def ChangeWeapon(EntityName):
  7.     ScorerActions.CB_WeaponOutX(EntityName, 1)
  8.  
  9.  
  10. def ChangeShield(EntityName):
  11.     ScorerActions.CB_ShieldOutX(EntityName, 1)
  12.  
  13.